From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:02:11 +0000 (+0000) Subject: (syms_of_coding): Fix spacing. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30780 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7aa7ad826872841bee1afa82317152414b0e720d;p=emacs.git (syms_of_coding): Fix spacing. --- diff --git a/src/coding.c b/src/coding.c index fd0d36e4241..5b7856959a6 100644 --- a/src/coding.c +++ b/src/coding.c @@ -7539,7 +7539,7 @@ The default value is `select-safe-coding-system' (which see). */); DEFVAR_LISP ("char-coding-system-table", &Vchar_coding_system_table, doc: /* Char-table containing safe coding systems of each characters. Each element doesn't include such generic coding systems that can -encode any characters. They are in the first extra slot. */); +encode any characters. They are in the first extra slot. */); Vchar_coding_system_table = Fmake_char_table (Qchar_coding_system, Qnil); DEFVAR_BOOL ("inhibit-iso-escape-detection",